func runtime.heapBitsForAddr

13 uses

	runtime (current package)
		arena.go#L549: 		r := heapBitsForAddr(uintptr(ptr)-goarch.PtrSize, goarch.PtrSize)
		arena.go#L596: 		h := heapBitsForAddr(x, size)
		cgocall.go#L586: 		hbits := heapBitsForAddr(base, n)
		cgocheck.go#L180: 	hbits := heapBitsForAddr(uintptr(src), size)
		heapdump.go#L741: 	hbits := heapBitsForAddr(p, size)
		mbitmap.go#L410: func heapBitsForAddr(addr, size uintptr) heapBits {
		mbitmap.go#L478: 		h = heapBitsForAddr(h.addr, h.size)
		mbitmap.go#L575: 	h := heapBitsForAddr(dst, size)
		mbitmap.go#L619: 	h := heapBitsForAddr(dst, size)
		mbitmap.go#L960: 			h, addr := heapBitsForAddr(x, size).next()
		mbitmap.go#L1089: 		h := heapBitsForAddr(x, size)
		mbitmap.go#L1455: 		hbits := heapBitsForAddr(base, n)
		mgcmark.go#L1304: 	hbits := heapBitsForAddr(b, n)